home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / hsc / src_docs / index.hsc < prev    next >
Text File  |  1996-09-29  |  4KB  |  114 lines

  1. <HTML><HEAD>
  2.   <$define DESCRIPTION:string=("This is the documentation to hsc, a "
  3.     +"developer tool for html-projects. It acts as a preprocessors "
  4.     +"and supports include files, macros, expressions, conditionals, "
  5.     +" replaces special characters, performs a structure check, tests "
  6.     +" existence of local links and several other things.")>
  7.   <TITLE>hsc - html sucks completely</TITLE>
  8.   <LINK REV="owns" TITLE="Thomas Aglassinger" HREF="mailto:agi@giga.or.at">
  9.   <LINK REL="Home" HREF=":index.html">
  10.   <LINK REL="Copyright" HREF=":copy.html">
  11.   <META HTTP-EQUIV="keywords" CONTENT="html, tool, preprocessor, macro, include, condition, suck">
  12.   <META HTTP-EQUIV="description" CONTENT=(DESCRIPTION)>
  13. </HEAD>
  14.  
  15. <BODY>
  16. <*<IMG SRC=":image/head.gif" ALT="[hsc]">*>
  17.  
  18. <* pseudo-navigation-bar *>
  19. <IMG SRC=":image/nomain.gif" ALT="----" ALIGN="middle">
  20. <IMG SRC=":image/noindex.gif" ALT="-----" ALIGN="middle">
  21. <A HREF=":copy.html"><IMG SRC=":image/copy.gif" ALT="Copyright" ALIGN="middle"></A>
  22. <IMG SRC=":image/noback.gif" ALT="--" ALIGN="middle">
  23. <IMG SRC=":image/noprev.gif" ALT="--------" ALIGN="middle">
  24. <A HREF="about.html"><IMG SRC=":image/next.gif" ALT="Next" ALIGN="middle"></A>
  25.  
  26. <P ALIGN="right">
  27. <I>Don't believe the hype<BR>
  28. Take a look at the small print<BR>
  29. Ignore the bold type<BR></I>
  30. (Carter U.S.M, "Do Re Me, So Far So Good")
  31. </P>
  32.  
  33. <H1>hsc</H1>
  34.  
  35. <P><STRONG>(Version 0.9.10 <*(PRE-RELEASE#3)*>, 30-Sep-1996)</STRONG></P>
  36.  
  37. <P><(DESCRIPTION)></P>
  38.  
  39. <IMG SRC="image/hsc.gif" ALT="..SUCK SUCK SUCK.." ALIGN="right">
  40.  
  41. <H2>About</H2>
  42. <UL>
  43. <LI>What's this all <A HREF="about.html">about</A>?
  44. <LI><A HREF="copy.html">Copyright and disclaimer</A> - the usual legal stuff
  45. <LI><A HREF="require.html">Requirements</A> - what to own and know
  46. <LI><A HREF="distrib.html">Archive contents</A> - things coming along
  47. <LI><A HREF="../CHANGES">Changes</A> - what's new with this release
  48. </UL>
  49.  
  50. <H2>Usage</H2>
  51. <UL>
  52. <LI><A HREF="install.html">Installation</A> - where to put the whole 
  53.     damn thing
  54. <LI><A HREF="options.html">Invoking <hsc></A> - Options and swiches
  55. <LI><A HREF="examples.html">Example usage</A> - how it is supposed to work
  56. <LI><A HREF="messages.html">Messages</A> - shit happens
  57. <LI><A HREF="questions.html">Questions</A> (and maybe some answers)
  58. </UL>
  59.  
  60. <H2>Features</H2>
  61. <UL>
  62. <LI><A HREF="features/spctags.html">Special tags</A>
  63.     to make life a bit easier
  64. <LI><A HREF="features/checkuri.html">Check existence</A>
  65.      of local URIs to avoid dangling links
  66. <LI><A HREF="features/absuris.html">Absolut URIs</A>
  67.     to avoid paths like "../../../image/back.gif"
  68. <LI><A HREF="features/rplcent.html">Replace special characters</A>
  69.     by their entities
  70. <LI><A HREF="features/getsize.html">Get size</A> of images and set attributes
  71.     <CODE>WIDTH</CODE> and <CODE>HEIGHT</CODE>
  72. <LI><A HREF="features/spcattr.html">Special attributes</A>
  73.     to access various information
  74. <LI><A HREF="features/strip.html">Strip specific elements</A> (comments,
  75.     redundant linefeeds and white-spaces, unneeded tags,
  76.     tags with external references)
  77. <LI><A HREF="features/syntax.html">Structure and syntax check</A>
  78.     to avoid surprises with different browsers
  79. </UL>
  80.  
  81. <H2>Advanced topics</H2>
  82. <UL>
  83. <LI><A HREF="macro/macros.html">Macros</A>
  84.     - create your own shortcuts and templates.
  85. <LI><A HREF="features/expressions.html">Expressions</A>
  86.     - there's more to life than strings
  87. <LI><A HREF="features/if.html">Conditionals</A>
  88.     - what if..?
  89. <LI><A HREF="features/prefs.html">Syntax definition</A>
  90.     - what to do if html-version-17.3 is out
  91. <LI><A HREF="features/exec.html">Execute shell-commands</A>
  92.     - poor man's pseudo-CGI 
  93. <LI><A HREF="project/index.html">Project management</A>
  94.     - I'll <make> ya
  95. </UL>
  96.  
  97. <H2>Stuff</H2>
  98. <UL>
  99. <LI><A HREF="updates.html">Updates</A> - where to get them and
  100.     how to reach the author
  101. <LI>About the <A HREF="source.html">sources</A>
  102. <LI><A HREF="bugs.html">Known bugs & limitations</A>
  103. <LI><A HREF="future.html">Future Improvements</A> - what might happen
  104. <LI><A HREF="related.html">Related tools</A> and further information
  105. </UL>
  106.  
  107. <HR>
  108. <$let hsc.format.time="%d-%b-%Y">
  109. <ADDRESS>
  110.   Thomas Aglassinger (<A HREF="mailto:agi@giga.or.at">agi@giga.or.at</A>),
  111.   <(gettime())>
  112. </ADDRESS>
  113. </BODY></HTML>
  114.